home *** CD-ROM | disk | FTP | other *** search
/ Let's Learn About Machines / Let's Learn About Machines.iso / mac / macfiles / Work / plane.Dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-09-18  |  635 b   |  26 lines

  1. on exitFrame
  2.   global tagCount, foundAll, tagOrder, locH1, foundE1, foundE2, foundE3, lightsOn, foundL1, foundL2, foundA1, foundA2, foundI1, foundI2, foundN1, foundN2, foundN3, floor, solved5
  3.   set floor to 0
  4.   set foundL1 to 0
  5.   set foundL2 to 0
  6.   set foundE1 to 0
  7.   set foundE2 to 0
  8.   set foundE3 to 0
  9.   set foundA1 to 0
  10.   set foundA2 to 0
  11.   set foundI1 to 0
  12.   set foundI2 to 0
  13.   set foundN1 to 0
  14.   set foundN2 to 0
  15.   set foundN3 to 0
  16.   set locH1 to -20
  17.   set tagOrder to EMPTY
  18.   set foundAll to 0
  19.   set tagCount to 0
  20.   if not solved5 then
  21.     set solved5 to 1
  22.     set lightsOn to lightsOn + 1
  23.   end if
  24.   go(1, "@::Rube:MMCong")
  25. end
  26.